home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 84 / CD-ROM 84 / CD-ROM 84.iso / internet / webmon / webmon.exe / {app} / WebMon.chm / html / stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-17  |  1.5 KB  |  90 lines

  1. DIV.title {
  2.     font-family : Verdana;
  3.     font-weight : 600;
  4.     font-size : large;
  5.     color : #996600;
  6. }
  7. DIV.page {
  8.     font-family : Verdana;
  9.     font-weight : lighter;
  10.     font-size : x-small;
  11.     font-style : italic;
  12.     color : #996600;
  13. }
  14. DIV.footer {
  15.     font-family : Verdana;
  16.     font-weight : lighter;
  17.     font-size : xx-small;
  18.     color : #996600;
  19. }
  20. TABLE.title {
  21.     background-color: #ffcc66;
  22.     border : 0 solid #996600;
  23.     border-bottom-width : 2;
  24. }
  25. A {
  26.     text-decoration: none;
  27. }
  28. A:hover {
  29.     text-decoration: underline;
  30. }
  31. A:visited {
  32.     color: #0000FF
  33. }
  34. H1 {
  35.     font-family : Verdana;
  36.     font-size: medium;
  37.     border : 0 solid #ffcc66;
  38.     border-bottom-width : 2;
  39.     margin-left : 12px;
  40.     margin-right : 12px;
  41. }
  42. H2 {
  43.     font-family : Verdana;
  44.     font-size: small;
  45.     border : 0 solid #ffcc66;
  46.     border-bottom-width : 1;
  47.     margin-left : 24px;
  48.     margin-right : 12px;
  49. }
  50. H3 {
  51.     font-family : Verdana;
  52.     font-size: smaller;
  53.     border : 0 solid #ffcc66;
  54.     border-bottom-width : 1;
  55.     margin-left : 36px;
  56.     margin-right : 12px;
  57. }
  58. P {
  59.     font-family : Verdana;
  60.     font-size: smaller;
  61.     margin-left : 24px;
  62.     margin-right : 12px;
  63. }
  64. P.p2 {
  65.     font-family : Verdana;
  66.     font-size: smaller;
  67.     margin-left : 36px;
  68.     margin-right : 12px;
  69. }
  70. P.p3 {
  71.     font-family : Verdana;
  72.     font-size: smaller;
  73.     margin-left : 48px;
  74.     margin-right : 12px;
  75. }
  76. P.p4 {
  77.     font-family : Verdana;
  78.     font-size: smaller;
  79.     margin-left : 60px;
  80.     margin-right : 12px;
  81. }
  82. TD {
  83.     font-family : Verdana;
  84.     font-size: smaller;
  85. }        
  86. UL {
  87.     font-family : Verdana;
  88.     font-size: smaller;
  89.     margin-left : 60px;
  90. }